home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p29-32 / 00471_Script_471 < prev    next >
Text File  |  1994-07-31  |  448b  |  25 lines

  1. -- P31S11 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 11
  5.   set NumFrames = 11
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,4)
  9.   setAppearTime(1,1*60)
  10.   setAppearTime(2,3*60)
  11.   setAppearTime(3,4*60)
  12.   setAppearTime(4,5*60)
  13.   
  14.   global theGauge
  15.   mSetLevel(theGauge, Step)
  16.   
  17.   global LastQT
  18.   set LastQT = "P31S11"
  19.   cursor 4
  20.   preLoadCast the number of cast LastQT  
  21.   
  22.   setUpFastFwd()
  23.   cursor -1
  24. end
  25.